LoadFromOgg(SoundBuffer, Stream, SampleQuality, bool)

Method

Namespace: Vox.Decoders

Declared in: Vox.Decoders.Ogg


Loads and resamples the data from OGG stream to the specified SoundBuffer.

Syntax

public static void LoadFromOgg(
	SoundBuffer buffer,
	Stream stream,
	SampleQuality quality,
	bool closeStream
)

Remarks

The stream should be finite.
Back to index